Table of Contents

  1. Character highlighting
  2. Headings
  3. Fonts
  4. Lists
  5. Inline images
  6. Special characters
  7. Address text
  8. Preformated text
  9. Blockquote text
  10. Centered text
  1. Tables
  2. Forms
  3. Sound
  4. Execute a Second Demo
  5. Edit this file
  6. Try some different colors
  7. Check out the README.HTM file

Character Highlighting

Back to Table of Contents


Headings

Back to Table of Contents


Fonts

Font control (Face names, color, size) may be achieved by setting VCL properties or through the use of tags in the HTML document.

Back to Table of Contents


Lists

Ordered List
  1. Line 1
  2. Line 2

Unordered List

Definition List

Term 1
Term 1's definition
Term 2
Term 2's definition

Directory List (looks just like unordered list)

  • Item 1
  • Item 2
  • Menu List (looks just like unordered list)

  • Item 1
  • Item 2
  • Lists can be nested in various ways

    1. First Item
    2. Second Item

    Back to Table of Contents


    Inline images

    Here is an inline image. glass.bmp If the ViewImages property is false, a default bitmap is displayed along with an optional alternate message. When ViewImages is set true, the image is displayed unless an error occurs in which case an error bitmap is shown. (In this demo program, ViewImages is controlled using the Options/ShowImages menu item.) Images may be aligned so that text is at the bottom (default), at the top, or in the middle. .

    Images may be hot bitmap hotspots too.

    ThtmlViewer supports bitmap, gif, jpeg, and pcx images through the use of ImageLib's IMLIB221.DLL. Since this is not the registered version, occasional shareware "reminder" messages will pop up with image use. See the Images section of README.HTM for more information.

    Back to Table of Contents


    Special Characters

    In an HTML document, some characters must be specially entered.

    Back to Table of Contents


    Address Text

    L. David Baldwin
    22 Fox Den Road
    Hollis, NH 03049

    Preformated Text

    This is preformated text, <pre>.  Multiple spaces    and
    carriage returns are recognized.  Preformated text won't
    wrap.  It can have hot spots too. 
    

    Blockquote Text

    This is blockquote text. It is used to indicate text quoted from another source. Here it is rendered as indented plain text.

    Centered Text

    Here is a line of centered text.

    Back to Table of Contents


    Tables

    Weight Fee
    Not over 10 pounds $1.80
    Over 10 pounds $2.50

    Many other variations of Tables are shown in the Table Tutorial.

    Back to Table of Contents


    HTML Forms

    Note: The shareware version of the ThtmlViewer supports forms in the Demo program only.
    Pizza Order
    Name:
    Address:
    Topping
      Cheese
      Pepperoni
      Onion
    Size
      10 in
      12 in
      16 in
    Payment Method
     
    Special Instructions
     

    Back to Table of Contents